Fri Jan 17 2020 13:53:01 GMT+0100 (Central European Standard Time)
As a movie-buff
I'd like to search for movies

Given that I am on the IMDB website 7s 952ms Show Error +
                                            
AssertionError: Expected the IMDB logo at createWorld.(anonymous) (/Users/lisa/Desktop/JavaScript-kurs/imdb-test/step-definitions/imdb-search.js:9:8) at processTicksAndRejections (internal/process/task_queues.js:93:5)

When I enter the "Antz" a search field 0s

Then(/^I enter the "([^"]*)" a search field$/, function(arg1, callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });

And I click the search button 0s

Then I find the corresponding "Antz" in the search results 0s

Then(/^I find the corresponding "([^"]*)" in the search results$/, function(arg1, callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });

After 3s 800ms Screenshot +

Given that I am on the IMDB website 8s 607ms Show Error +
                                            
AssertionError: Expected the IMDB logo at createWorld.(anonymous) (/Users/lisa/Desktop/JavaScript-kurs/imdb-test/step-definitions/imdb-search.js:9:8) at processTicksAndRejections (internal/process/task_queues.js:93:5)

When I enter the "A bug's life" a search field 0s

Then(/^I enter the "([^"]*)" a search field$/, function(arg1, callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });

And I click the search button 0s

Then I find the corresponding "A bug's life" in the search results 0s

Then(/^I find the corresponding "([^"]*)" in the search results$/, function(arg1, callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });

After 2s 743ms Screenshot +